home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE4 / POWERBASE / SCRIPT / Scripts / Scroller / Script1 < prev    next >
Text File  |  2001-06-18  |  331b  |  20 lines

  1. !SCRIPT QUIET
  2.  
  3. !COMMENT Load a field selection from PrintRes
  4. !SELECTION TestSel1
  5.  
  6. !COMMENT ...and also a print options file
  7. !PRINTOPTS TestOpts1
  8.  
  9. !COMMENT Print all the records
  10. !QUERY ALL
  11.  
  12. !COMMENT Restore the default options
  13. !PRINTOPTS
  14.  
  15. !COMMENT Clear the selection
  16. !SELECTION
  17.  
  18. !COMMENT The following line is optional
  19. !SCRIPT END
  20.